SCALE LISTENER

This command will scale the listener in 3D space.

  Syntax
SCALE LISTENER Scaling Factor
  Parameters
Scaling Factor
Float
The 3D sounds you hear are calculated based on the scale as well as the position of the sound and the listener. A value of 1 is the default setting, and a value of 0.5 will make the listener half as sensitive

  Returns

This command does not return a value.

  Description

The 3D sounds you hear are calculated based on the scale as well as the position of the sound and the listener. A value of 1 is the default setting, and a value of 0.5 will make the listener half as sensitive.

  Example Code
cls
load 3dsound "man.wav",1
play sound 1
position sound 1,100,100,-500
scale listener 0.5
wait 1000*8
stop sound 1
do
loop
end
  See also

SOUND Commands Menu
Index